-
-
Notifications
You must be signed in to change notification settings - Fork 1
Adding queue name and change the database schema #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Conforming to JobQueueDriver with queueName implementation * Migrate the Postgres driver to `swift_jobs` schema
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general looks good. Not sure we should keep breaking changes details in README. There are a number of breaking changes we have introduced and we should detail those in the release notes.
… a job belongs to
Noted, I removed the breaking changed notes. I will tag the notes in a breaking changed issue. |
Co-authored-by: Adam Fowler <adamfowler71@gmail.com>
…ue to split tasks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor thing, but otherwise we are good
I addressed the feedback on the most recent commit. |
swift_jobs
schemaRenamed the following tables:
Renamed the following columns:
createdAt
->created_at
lastModified
->last_modified
Added new indexes which reflects the current schema.